DependencyVersion

Types

Link copied to clipboard

Represents the selection strategy where the closest version of a dependency is chosen. The closest version (exact or the first lower) to the current IntelliJ Platform version is selected.

Link copied to clipboard
class Exact(val version: String) : DependencyVersion
Link copied to clipboard

Reflects the currently used IntelliJ Platform build number.

Link copied to clipboard

Represents the selection strategy where the latest available version of a dependency is chosen.